override-prime disables primed-stage-packages
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
Consider the following `snapcraft.yaml`
```
name: something
version: '0.1'
summary: something
description: something
base: core24
confinement: strict
parts:
something:
plugin: nil
stage-packages:
- libbrotli1
override-prime: |
craftctl default
```
`SNAPCRAFT_BUILD_INFO=1 snapcraft` will generate a manifest with an empty `primed-stage-packages`. But if I remove `override-prime`, then it will work correctly.
Evaluation history
No evaluation history available.